From 102b15f8a70139d6b403bbe8e774999bd88a470e Mon Sep 17 00:00:00 2001 From: Peter Michael Green Date: Sun, 3 Sep 2017 22:58:08 +0000 Subject: [PATCH] Commit Debian 3.0 (quilt) metadata [dgit (3.12) quilt-fixup] --- ...odify-configure.json-to-disable-neon.patch | 19 +++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 20 insertions(+) create mode 100644 debian/patches/modify-configure.json-to-disable-neon.patch diff --git a/debian/patches/modify-configure.json-to-disable-neon.patch b/debian/patches/modify-configure.json-to-disable-neon.patch new file mode 100644 index 000000000..9769f836a --- /dev/null +++ b/debian/patches/modify-configure.json-to-disable-neon.patch @@ -0,0 +1,19 @@ +From: Peter Michael Green +Date: Sun, 3 Sep 2017 22:55:28 +0000 +X-Dgit-Generated: 5.9.1+dfsg-9+rpi1 917f03417097d6e0bbeef4e626acce9d6030ba33 +Subject: Modify configure.json to disable neon. + + +--- + +--- qtbase-opensource-src-5.9.1+dfsg.orig/configure.json ++++ qtbase-opensource-src-5.9.1+dfsg/configure.json +@@ -896,7 +896,7 @@ + }, + "neon": { + "label": "NEON", +- "condition": "(arch.arm || arch.arm64) && tests.neon", ++ "condition": "(arch.arm64) && tests.neon", + "output": [ + "privateConfig", + { "type": "define", "name": "QT_COMPILER_SUPPORTS_NEON", "value": 1 } diff --git a/debian/patches/series b/debian/patches/series index 3a414d618..a4668c1fc 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -9,3 +9,4 @@ link_fbclient.diff gnukfreebsd_cloexec.diff armv4.diff nonlinux_utime.diff +modify-configure.json-to-disable-neon.patch -- 2.30.2